Skip to content

docs: refresh README (trust section, Play Store badge, release notes) - #254

Merged
kcw-grunt merged 1 commit into
developfrom
claude/readme-update
Jul 29, 2026
Merged

docs: refresh README (trust section, Play Store badge, release notes)#254
kcw-grunt merged 1 commit into
developfrom
claude/readme-update

Conversation

@grunt-claude-bot

Copy link
Copy Markdown
Collaborator

Summary

  • Added a "Why Brainwallet" section covering SPV/serverless operation, BIP32 deterministic recovery, BIP38/BIP70 support, and Android Keystore-backed keys — each claim verified against this codebase, not copied from another project's README.
  • Gave the Play Store its own subsection with the official "Get it on Google Play" badge (resized to 200px wide), plus a GitHub release-version badge and CircleCI badges for both main and develop.
  • Updated Release Notes to cover everything through v4.10.6 (previously stopped at v4.9.0) — added v4.10.6, v4.10.4, v4.9.4/v4.9.3, and v4.9.1, and standardized every release header to a consistent **vX.Y.Z** [PR [#N]] + divider format, verifying real release-merge PR numbers via git log rather than guessing.

Test plan

  • Rendered/reviewed the markdown structure manually (headings, dividers, image path, links)
  • N/A — docs-only change, no code/build impact

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@kcw-grunt kcw-grunt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kcw-grunt kcw-grunt added documentation Improvements or additions to documentation android labels Jul 29, 2026
@kcw-grunt
kcw-grunt merged commit 7f6aaec into develop Jul 29, 2026
3 checks passed
@kcw-grunt
kcw-grunt deleted the claude/readme-update branch July 29, 2026 13:05
kcw-grunt pushed a commit that referenced this pull request Jul 29, 2026
…at (#254) (#256)

Co-authored-by: grunt-claude-bot <308083480+grunt-claude-bot@users.noreply.github.com>
@grunt-claude-bot grunt-claude-bot mentioned this pull request Jul 30, 2026
11 tasks
kcw-grunt pushed a commit that referenced this pull request Jul 31, 2026
commit f701d2d
Author: grunt-claude-bot <admin@brainwallet.co>
Date:   Fri Jul 31 08:55:58 2026 +0100

    Activate InAppReviewService and wire up review prompts (#260)

    * di: register InAppReviewService in AppModule

    Wires the previously-dormant InAppReviewService into Koin using the
    existing BrainwalletApp.breadContext activity tracker. No call sites
    added yet — showInAppReviewDialogIfNeeded() is not invoked anywhere,
    so behavior is unchanged until it's called from the app.

    * feat: activate InAppReviewService and wire up review prompts

    Registers InAppReviewService in Koin DI and calls
    showInAppReviewDialogIfNeeded() from four placements: after a
    successful send, the game hub exit flow, the balance-visibility
    toggle, and two tutorial pages. Fixes several placement bugs found
    along the way (broken suspend-context usage, unresolved DI
    references, malformed syntax, and an unreachable branch in
    GameHubViewModel), and adds unit test coverage for the service's
    gating and Play Core success/failure branches.

commit 1a71dad
Author: grunt-claude-bot <admin@brainwallet.co>
Date:   Thu Jul 30 16:42:24 2026 +0100

    docs: add v4.11.0 release notes to README

commit faac661
Merge: 07224b9 3f2db9d
Author: Kerry Washington <mrkerrywashington@icloud.com>
Date:   Thu Jul 30 16:14:18 2026 +0100

    Merge branch 'main' into release/v4.11.0

commit 07224b9
Author: grunt-claude-bot <admin@brainwallet.co>
Date:   Thu Jul 30 16:10:21 2026 +0100

    test: add unit test coverage for pure utility helpers and gameinterface logic

    Covers previously-untested Base58, TypesConverter, BytesUtil, BRCompressor,
    and BRDateUtil classes, plus the GameKoinModule DI wiring and GdxGameView's
    game-exit JSON parsing/social-share dispatch logic (GameExitData and
    handleGameExit widened from private to internal to make them testable).

commit 3f2db9d
Author: grunt-claude-bot <admin@brainwallet.co>
Date:   Wed Jul 29 14:17:53 2026 +0100

    docs: standardize release headers to bold version + PR + divider format (#254) (#256)

    Co-authored-by: grunt-claude-bot <308083480+grunt-claude-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

android documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants